﻿2026-07-17T03:38:44.0776210Z ##[group]Run set -euo pipefail
2026-07-17T03:38:44.0776644Z [36;1mset -euo pipefail[0m
2026-07-17T03:38:44.0776954Z [36;1mPIN=0c95435[0m
2026-07-17T03:38:44.0777259Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-17T03:38:44.0777614Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-17T03:38:44.0778051Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-17T03:38:44.0778591Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-17T03:38:44.0779244Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-17T03:38:44.0779697Z [36;1m  rm -rf "$CACHE"[0m
2026-07-17T03:38:44.0780065Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-17T03:38:44.0780435Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-17T03:38:44.0780861Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-17T03:38:44.0781468Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-17T03:38:44.0781820Z [36;1mfi[0m
2026-07-17T03:38:44.0782201Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-17T03:38:44.0796477Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-17T03:38:44.0796948Z env:
2026-07-17T03:38:44.0797253Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-17T03:38:44.0797582Z ##[endgroup]
2026-07-17T03:38:44.3933540Z    Compiling proc-macro2 v1.0.106
2026-07-17T03:38:44.3934317Z    Compiling quote v1.0.45
2026-07-17T03:38:44.3934868Z    Compiling unicode-ident v1.0.24
2026-07-17T03:38:44.3935425Z    Compiling libc v0.2.186
2026-07-17T03:38:44.3935843Z    Compiling serde_core v1.0.228
2026-07-17T03:38:44.3936265Z    Compiling cfg-if v1.0.4
2026-07-17T03:38:44.3936559Z    Compiling serde v1.0.228
2026-07-17T03:38:44.3973821Z    Compiling log v0.4.32
2026-07-17T03:38:44.3999577Z    Compiling pin-project-lite v0.2.17
2026-07-17T03:38:44.4042446Z    Compiling typenum v1.20.1
2026-07-17T03:38:44.4064686Z    Compiling portable-atomic v1.13.1
2026-07-17T03:38:44.4098333Z    Compiling version_check v0.9.5
2026-07-17T03:38:44.4132410Z    Compiling memchr v2.8.1
2026-07-17T03:38:44.4172711Z    Compiling critical-section v1.2.0
2026-07-17T03:38:44.4211825Z    Compiling find-msvc-tools v0.1.9
2026-07-17T03:38:44.4515263Z    Compiling shlex v2.0.1
2026-07-17T03:38:44.4950786Z    Compiling futures-core v0.3.32
2026-07-17T03:38:44.5081049Z    Compiling subtle v2.6.1
2026-07-17T03:38:44.5391144Z    Compiling bytes v1.11.1
2026-07-17T03:38:44.6411395Z    Compiling smallvec v1.15.1
2026-07-17T03:38:44.6731954Z    Compiling equivalent v1.0.2
2026-07-17T03:38:44.6895471Z    Compiling itoa v1.0.18
2026-07-17T03:38:44.7177642Z    Compiling semver v1.0.28
2026-07-17T03:38:44.7179085Z    Compiling stable_deref_trait v1.2.1
2026-07-17T03:38:44.7421144Z    Compiling futures-sink v0.3.32
2026-07-17T03:38:44.7546105Z    Compiling futures-io v0.3.32
2026-07-17T03:38:44.7700406Z    Compiling slab v0.4.12
2026-07-17T03:38:44.7815246Z    Compiling generic-array v0.14.7
2026-07-17T03:38:44.7989693Z    Compiling futures-task v0.3.32
2026-07-17T03:38:44.8476038Z    Compiling futures-channel v0.3.32
2026-07-17T03:38:44.9160734Z    Compiling rand_core v0.10.1
2026-07-17T03:38:44.9242117Z    Compiling hashbrown v0.17.1
2026-07-17T03:38:44.9243314Z    Compiling rustversion v1.0.22
2026-07-17T03:38:44.9430167Z    Compiling bitflags v2.12.1
2026-07-17T03:38:44.9762371Z    Compiling getrandom v0.4.2
2026-07-17T03:38:44.9980751Z    Compiling cpufeatures v0.2.17
2026-07-17T03:38:45.0050968Z    Compiling fnv v1.0.7
2026-07-17T03:38:45.0580754Z    Compiling rustc_version v0.4.1
2026-07-17T03:38:45.0754776Z    Compiling strsim v0.11.1
2026-07-17T03:38:45.0827654Z    Compiling cfg_aliases v0.2.1
2026-07-17T03:38:45.1324090Z    Compiling litemap v0.8.2
2026-07-17T03:38:45.1650912Z    Compiling writeable v0.6.3
2026-07-17T03:38:45.1783594Z    Compiling utf8_iter v1.0.4
2026-07-17T03:38:45.2343855Z    Compiling ident_case v1.0.1
2026-07-17T03:38:45.2455117Z    Compiling fs_extra v1.3.0
2026-07-17T03:38:45.3391117Z    Compiling icu_properties_data v2.2.0
2026-07-17T03:38:45.3529807Z    Compiling dunce v1.0.5
2026-07-17T03:38:45.3771104Z    Compiling icu_normalizer_data v2.2.0
2026-07-17T03:38:45.3921584Z    Compiling autocfg v1.5.1
2026-07-17T03:38:45.3934094Z    Compiling percent-encoding v2.3.2
2026-07-17T03:38:45.4207511Z    Compiling http v1.4.1
2026-07-17T03:38:45.6461065Z    Compiling aws-lc-rs v1.17.0
2026-07-17T03:38:45.6602465Z    Compiling thiserror v2.0.18
2026-07-17T03:38:45.6744977Z    Compiling cpufeatures v0.3.0
2026-07-17T03:38:45.6809673Z    Compiling unicode-segmentation v1.13.3
2026-07-17T03:38:45.6902192Z    Compiling scopeguard v1.2.0
2026-07-17T03:38:45.7524386Z    Compiling syn v2.0.117
2026-07-17T03:38:45.7782395Z    Compiling lock_api v0.4.14
2026-07-17T03:38:45.7963415Z    Compiling indexmap v2.14.0
2026-07-17T03:38:45.8069411Z    Compiling chacha20 v0.10.0
2026-07-17T03:38:45.8411251Z    Compiling form_urlencoded v1.2.2
2026-07-17T03:38:45.8456431Z    Compiling untrusted v0.9.0
2026-07-17T03:38:45.9280426Z    Compiling rustls v0.23.40
2026-07-17T03:38:45.9541402Z    Compiling heck v0.5.0
2026-07-17T03:38:45.9710797Z    Compiling const-oid v0.10.2
2026-07-17T03:38:45.9840458Z    Compiling anyhow v1.0.102
2026-07-17T03:38:46.0564129Z    Compiling unicode-xid v0.2.6
2026-07-17T03:38:46.0758595Z    Compiling atomic-waker v1.1.2
2026-07-17T03:38:46.0958918Z    Compiling zerocopy v0.8.50
2026-07-17T03:38:46.1118459Z    Compiling paste v1.0.15
2026-07-17T03:38:46.1325009Z    Compiling httparse v1.10.1
2026-07-17T03:38:46.1688449Z    Compiling convert_case v0.10.0
2026-07-17T03:38:46.1763869Z    Compiling parking_lot_core v0.9.12
2026-07-17T03:38:46.1942140Z    Compiling num-traits v0.2.19
2026-07-17T03:38:46.2088333Z    Compiling hybrid-array v0.4.12
2026-07-17T03:38:46.2514640Z    Compiling curve25519-dalek v4.1.3
2026-07-17T03:38:46.3530227Z    Compiling jobserver v0.1.34
2026-07-17T03:38:46.3775240Z    Compiling ahash v0.8.12
2026-07-17T03:38:46.3991431Z    Compiling powerfmt v0.2.0
2026-07-17T03:38:46.4360460Z    Compiling either v1.16.0
2026-07-17T03:38:46.4494221Z    Compiling base64ct v1.8.3
2026-07-17T03:38:46.5220766Z    Compiling http-body v1.0.1
2026-07-17T03:38:46.5420512Z    Compiling fastrand v2.4.1
2026-07-17T03:38:46.6072134Z    Compiling crypto-common v0.1.7
2026-07-17T03:38:46.6302821Z    Compiling cc v1.2.63
2026-07-17T03:38:46.6480886Z    Compiling block-buffer v0.10.4
2026-07-17T03:38:46.7033503Z    Compiling deranged v0.5.8
2026-07-17T03:38:46.7385609Z    Compiling digest v0.10.7
2026-07-17T03:38:46.7643526Z    Compiling pem-rfc7468 v1.0.0
2026-07-17T03:38:46.8373862Z    Compiling pkg-config v0.3.33
2026-07-17T03:38:46.8512330Z    Compiling try-lock v0.2.5
2026-07-17T03:38:46.8660996Z    Compiling zmij v1.0.21
2026-07-17T03:38:46.9410910Z    Compiling tinyvec_macros v0.1.1
2026-07-17T03:38:46.9500436Z    Compiling data-encoding v2.11.0
2026-07-17T03:38:46.9552640Z    Compiling vcpkg v0.2.15
2026-07-17T03:38:46.9670905Z    Compiling time-core v0.1.8
2026-07-17T03:38:47.0077033Z    Compiling tower-service v0.3.3
2026-07-17T03:38:47.0590764Z    Compiling mio v1.2.1
2026-07-17T03:38:47.0630720Z    Compiling socket2 v0.6.4
2026-07-17T03:38:47.1034204Z    Compiling getrandom v0.2.17
2026-07-17T03:38:47.1630686Z    Compiling num-conv v0.2.2
2026-07-17T03:38:47.2411077Z    Compiling base64 v0.22.1
2026-07-17T03:38:47.3140553Z    Compiling rand_core v0.6.4
2026-07-17T03:38:47.3283858Z    Compiling rand v0.10.1
2026-07-17T03:38:47.4008448Z    Compiling uuid v1.23.2
2026-07-17T03:38:47.4446872Z    Compiling parking_lot v0.12.5
2026-07-17T03:38:47.5378525Z    Compiling tinyvec v1.11.0
2026-07-17T03:38:47.5738538Z    Compiling sha2 v0.10.9
2026-07-17T03:38:47.7190656Z    Compiling want v0.3.1
2026-07-17T03:38:47.8190368Z    Compiling block-buffer v0.12.0
2026-07-17T03:38:47.8887182Z    Compiling crypto-common v0.2.2
2026-07-17T03:38:47.9156304Z    Compiling inout v0.1.4
2026-07-17T03:38:47.9281051Z    Compiling vergen-lib v9.1.0
2026-07-17T03:38:47.9561019Z    Compiling n0-future v0.3.2
2026-07-17T03:38:47.9751692Z    Compiling cordyceps v0.3.4
2026-07-17T03:38:48.0220660Z    Compiling diatomic-waker v0.2.3
2026-07-17T03:38:48.0280929Z    Compiling winnow v1.0.3
2026-07-17T03:38:48.0547105Z    Compiling spin v0.10.0
2026-07-17T03:38:48.0721344Z    Compiling cmake v0.1.58
2026-07-17T03:38:48.1578655Z    Compiling serde_json v1.0.150
2026-07-17T03:38:48.1693175Z    Compiling signature v2.2.0
2026-07-17T03:38:48.1830858Z    Compiling httpdate v1.0.3
2026-07-17T03:38:48.1894371Z    Compiling parking v2.2.1
2026-07-17T03:38:48.2021576Z    Compiling crossbeam-utils v0.8.21
2026-07-17T03:38:48.2557804Z    Compiling ed25519 v2.2.3
2026-07-17T03:38:48.3290465Z    Compiling futures-lite v2.6.1
2026-07-17T03:38:48.3761275Z    Compiling futures-buffered v0.2.13
2026-07-17T03:38:48.3841394Z    Compiling cipher v0.4.4
2026-07-17T03:38:48.3994293Z    Compiling netlink-packet-core v0.8.1
2026-07-17T03:38:48.4521337Z    Compiling universal-hash v0.5.1
2026-07-17T03:38:48.4890933Z    Compiling vergen-lib v0.1.6
2026-07-17T03:38:48.4973691Z    Compiling vergen v9.1.0
2026-07-17T03:38:48.5032112Z    Compiling heapless v0.7.17
2026-07-17T03:38:48.5740048Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-17T03:38:48.5758262Z    Compiling noq-udp v0.10.0
2026-07-17T03:38:48.6273176Z    Compiling sync_wrapper v1.0.2
2026-07-17T03:38:48.6481015Z    Compiling byteorder v1.5.0
2026-07-17T03:38:48.6597406Z    Compiling allocator-api2 v0.2.21
2026-07-17T03:38:48.6760827Z    Compiling opaque-debug v0.3.1
2026-07-17T03:38:48.7135959Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-17T03:38:48.7286878Z    Compiling polyval v0.6.2
2026-07-17T03:38:48.8294385Z    Compiling spin v0.9.8
2026-07-17T03:38:48.8513357Z    Compiling hash32 v0.2.1
2026-07-17T03:38:48.8620835Z    Compiling vergen-gitcl v1.0.8
2026-07-17T03:38:48.8653049Z    Compiling num_threads v0.1.7
2026-07-17T03:38:48.9415328Z    Compiling digest v0.11.3
2026-07-17T03:38:48.9827039Z    Compiling aws-lc-sys v0.41.0
2026-07-17T03:38:49.0076358Z    Compiling ring v0.17.14
2026-07-17T03:38:49.0231412Z    Compiling libsqlite3-sys v0.30.1
2026-07-17T03:38:49.0414535Z    Compiling fallible-iterator v0.3.0
2026-07-17T03:38:49.0529486Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-17T03:38:49.0600711Z    Compiling tower-layer v0.3.3
2026-07-17T03:38:49.0700095Z    Compiling signature v3.0.0
2026-07-17T03:38:49.1150645Z    Compiling ryu v1.0.23
2026-07-17T03:38:49.1990888Z    Compiling sha2 v0.11.0-rc.5
2026-07-17T03:38:49.2188430Z    Compiling time v0.3.47
2026-07-17T03:38:49.2314966Z    Compiling ghash v0.5.1
2026-07-17T03:38:49.3414951Z    Compiling ctr v0.9.2
2026-07-17T03:38:49.3551565Z    Compiling aes v0.8.4
2026-07-17T03:38:49.4535767Z    Compiling fs2 v0.4.3
2026-07-17T03:38:49.4850659Z    Compiling aead v0.5.2
2026-07-17T03:38:49.5100366Z    Compiling http-body-util v0.1.3
2026-07-17T03:38:49.5221017Z    Compiling openssl-probe v0.2.1
2026-07-17T03:38:49.6105009Z    Compiling utf8parse v0.2.2
2026-07-17T03:38:49.6156977Z    Compiling arrayvec v0.7.6
2026-07-17T03:38:49.6527244Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-17T03:38:49.6893353Z    Compiling crossbeam-channel v0.5.15
2026-07-17T03:38:49.7310322Z    Compiling crossbeam-epoch v0.9.18
2026-07-17T03:38:49.7760601Z    Compiling blake3 v1.8.5
2026-07-17T03:38:49.8019847Z    Compiling netlink-packet-route v0.29.0
2026-07-17T03:38:49.8430631Z    Compiling memoffset v0.6.5
2026-07-17T03:38:50.0230411Z    Compiling aes-gcm v0.10.3
2026-07-17T03:38:50.0870984Z    Compiling acto v0.8.2
2026-07-17T03:38:50.0963525Z    Compiling noq v0.18.0
2026-07-17T03:38:50.1791435Z    Compiling netwatch v0.16.0
2026-07-17T03:38:50.1792392Z    Compiling rustc-hash v2.1.2
2026-07-17T03:38:50.2600682Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-17T03:38:50.2861112Z    Compiling mac-addr v0.3.0
2026-07-17T03:38:50.2899591Z    Compiling thiserror v1.0.69
2026-07-17T03:38:50.3440728Z    Compiling rustix v1.1.4
2026-07-17T03:38:50.4110692Z    Compiling xml-rs v0.8.28
2026-07-17T03:38:50.4845632Z    Compiling identity-hash v0.1.0
2026-07-17T03:38:50.5121866Z    Compiling tagptr v0.2.0
2026-07-17T03:38:50.5280864Z    Compiling lru-slab v0.1.2
2026-07-17T03:38:50.5620787Z    Compiling foldhash v0.2.0
2026-07-17T03:38:50.5960788Z    Compiling ref-cast v1.0.25
2026-07-17T03:38:50.6596617Z    Compiling sorted-index-buffer v0.2.1
2026-07-17T03:38:50.7411550Z    Compiling hashbrown v0.16.1
2026-07-17T03:38:50.8079330Z    Compiling netlink-packet-route v0.30.0
2026-07-17T03:38:50.8821379Z    Compiling errno v0.3.14
2026-07-17T03:38:50.9063947Z    Compiling ioctl-rs v0.1.6
2026-07-17T03:38:50.9235604Z    Compiling termios v0.2.2
2026-07-17T03:38:50.9999170Z    Compiling synstructure v0.13.2
2026-07-17T03:38:51.0212516Z    Compiling darling_core v0.20.11
2026-07-17T03:38:51.1021675Z    Compiling serde_derive_internals v0.29.1
2026-07-17T03:38:51.3524867Z    Compiling proc-macro-crate v3.5.0
2026-07-17T03:38:51.5270476Z    Compiling xmltree v0.10.3
2026-07-17T03:38:51.5387559Z    Compiling serial-core v0.4.0
2026-07-17T03:38:51.6521063Z    Compiling aho-corasick v1.1.4
2026-07-17T03:38:51.6756966Z    Compiling simple-dns v0.9.3
2026-07-17T03:38:51.6930581Z    Compiling simdutf8 v0.1.5
2026-07-17T03:38:51.7000563Z    Compiling smol_str v0.1.24
2026-07-17T03:38:51.8070828Z    Compiling signal-hook v0.3.18
2026-07-17T03:38:51.8200980Z    Compiling arrayref v0.3.9
2026-07-17T03:38:51.8860323Z    Compiling sha1_smol v1.0.1
2026-07-17T03:38:51.9439999Z    Compiling linux-raw-sys v0.12.1
2026-07-17T03:38:51.9441061Z    Compiling toml_write v0.1.2
2026-07-17T03:38:51.9509426Z    Compiling regex-syntax v0.8.10
2026-07-17T03:38:52.0170636Z    Compiling resolv-conf v0.7.6
2026-07-17T03:38:52.1560420Z    Compiling constant_time_eq v0.4.2
2026-07-17T03:38:52.1798643Z    Compiling winnow v0.7.15
2026-07-17T03:38:52.1994248Z    Compiling serial-unix v0.4.0
2026-07-17T03:38:52.3317572Z    Compiling lru v0.16.4
2026-07-17T03:38:52.4543310Z    Compiling signal-hook-registry v1.4.8
2026-07-17T03:38:52.5140822Z    Compiling darling_core v0.23.0
2026-07-17T03:38:52.6050292Z    Compiling serde_bytes v0.11.19
2026-07-17T03:38:52.8167197Z    Compiling serde_derive v1.0.228
2026-07-17T03:38:52.8289535Z    Compiling zeroize_derive v1.4.3
2026-07-17T03:38:52.8656393Z    Compiling tokio-macros v2.7.0
2026-07-17T03:38:53.1725298Z    Compiling zerofrom-derive v0.1.7
2026-07-17T03:38:53.4081281Z    Compiling zeroize v1.8.2
2026-07-17T03:38:53.5215532Z    Compiling tokio v1.52.3
2026-07-17T03:38:53.6190819Z    Compiling futures-macro v0.3.32
2026-07-17T03:38:54.2160807Z    Compiling yoke-derive v0.8.2
2026-07-17T03:38:54.3306329Z    Compiling zerovec-derive v0.11.3
2026-07-17T03:38:54.3544519Z    Compiling displaydoc v0.2.6
2026-07-17T03:38:54.6280989Z    Compiling zerofrom v0.1.8
2026-07-17T03:38:54.6557239Z    Compiling futures-util v0.3.32
2026-07-17T03:38:54.6635806Z    Compiling tracing-attributes v0.1.31
2026-07-17T03:38:54.7595229Z    Compiling rustls-pki-types v1.14.1
2026-07-17T03:38:55.2001222Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-17T03:38:55.5001768Z    Compiling thiserror-impl v2.0.18
2026-07-17T03:38:55.5310800Z    Compiling yoke v0.8.3
2026-07-17T03:38:55.7284991Z    Compiling zerotrie v0.2.4
2026-07-17T03:38:55.7764689Z    Compiling darling_macro v0.20.11
2026-07-17T03:38:55.8821405Z    Compiling derive_more-impl v2.1.1
2026-07-17T03:38:55.9001110Z    Compiling zerovec v0.11.6
2026-07-17T03:38:56.1275846Z    Compiling darling v0.20.11
2026-07-17T03:38:56.1340509Z    Compiling spez v0.1.2
2026-07-17T03:38:56.2081621Z    Compiling derive_builder_core v0.20.2
2026-07-17T03:38:56.2269407Z    Compiling n0-error-macros v0.1.3
2026-07-17T03:38:56.4726785Z    Compiling der v0.8.0-rc.10
2026-07-17T03:38:56.4912169Z    Compiling pin-project-internal v1.1.13
2026-07-17T03:38:56.7242346Z    Compiling tinystr v0.8.3
2026-07-17T03:38:56.9311556Z    Compiling icu_locale_core v2.2.0
2026-07-17T03:38:57.2882434Z    Compiling potential_utf v0.1.5
2026-07-17T03:38:57.4143268Z    Compiling icu_collections v2.2.0
2026-07-17T03:38:57.4585513Z    Compiling n0-error v0.1.3
2026-07-17T03:38:57.7845790Z    Compiling ipnet v2.12.0
2026-07-17T03:38:57.8032216Z    Compiling derive_builder_macro v0.20.2
2026-07-17T03:38:57.9183137Z    Compiling pin-project v1.1.13
2026-07-17T03:38:57.9860748Z    Compiling ed25519-dalek v2.2.0
2026-07-17T03:38:58.1270520Z    Compiling derive_builder v0.20.2
2026-07-17T03:38:58.1664766Z    Compiling icu_provider v2.2.0
2026-07-17T03:38:58.2164241Z    Compiling spki v0.8.0-rc.4
2026-07-17T03:38:58.4100652Z    Compiling prefix-trie v0.8.4
2026-07-17T03:38:58.4639768Z    Compiling once_cell v1.21.4
2026-07-17T03:38:58.5480726Z    Compiling icu_normalizer v2.2.0
2026-07-17T03:38:58.5800458Z    Compiling icu_properties v2.2.0
2026-07-17T03:38:58.6440580Z    Compiling futures-executor v0.3.32
2026-07-17T03:38:58.6637396Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-17T03:38:58.7242578Z    Compiling tracing-core v0.1.36
2026-07-17T03:38:58.8102231Z    Compiling ed25519 v3.0.0-rc.4
2026-07-17T03:38:58.8291406Z    Compiling spt-proto v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-17T03:38:58.8754951Z    Compiling futures v0.3.32
2026-07-17T03:38:58.9356460Z    Compiling hashbrown v0.14.5
2026-07-17T03:38:59.2080500Z    Compiling cobs v0.3.0
2026-07-17T03:38:59.2771006Z    Compiling tracing v0.1.44
2026-07-17T03:38:59.3509807Z    Compiling postcard-derive v0.2.2
2026-07-17T03:38:59.3890935Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-17T03:38:59.6080629Z    Compiling tokio-util v0.7.18
2026-07-17T03:38:59.6159194Z    Compiling netlink-sys v0.8.8
2026-07-17T03:38:59.7730705Z    Compiling hashlink v0.9.1
2026-07-17T03:38:59.7987097Z    Compiling data-encoding-macro v0.1.20
2026-07-17T03:38:59.8863436Z    Compiling tower v0.5.3
2026-07-17T03:38:59.9178508Z    Compiling postcard v1.1.3
2026-07-17T03:38:59.9563210Z    Compiling rustls-native-certs v0.8.4
2026-07-17T03:39:00.1901065Z    Compiling idna_adapter v1.2.2
2026-07-17T03:39:00.1974597Z    Compiling enum-assoc v1.3.0
2026-07-17T03:39:00.2081407Z    Compiling async-trait v0.1.89
2026-07-17T03:39:00.3129772Z    Compiling idna v1.1.0
2026-07-17T03:39:00.3530923Z    Compiling derive_more v2.1.1
2026-07-17T03:39:00.3950891Z    Compiling num_enum_derive v0.7.6
2026-07-17T03:39:00.4510741Z    Compiling strum_macros v0.28.0
2026-07-17T03:39:00.4593564Z    Compiling iroh-metrics-derive v0.4.1
2026-07-17T03:39:00.5014886Z    Compiling iroh-relay v0.98.0
2026-07-17T03:39:00.5126034Z    Compiling netlink-proto v0.12.0
2026-07-17T03:39:00.5444002Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-17T03:39:00.5960891Z    Compiling netdev v0.42.0
2026-07-17T03:39:00.7706929Z    Compiling url v2.5.8
2026-07-17T03:39:00.7997336Z    Compiling h2 v0.4.14
2026-07-17T03:39:00.9620949Z    Compiling rusqlite v0.32.1
2026-07-17T03:39:00.9830407Z    Compiling iroh-metrics v0.38.3
2026-07-17T03:39:00.9915092Z    Compiling n0-watcher v0.6.1
2026-07-17T03:39:01.0018112Z    Compiling tokio-stream v0.1.18
2026-07-17T03:39:01.2222802Z    Compiling moka v0.12.15
2026-07-17T03:39:01.2662265Z    Compiling serde_spanned v0.6.9
2026-07-17T03:39:01.2710553Z    Compiling toml_datetime v0.6.11
2026-07-17T03:39:01.3285580Z    Compiling thiserror-impl v1.0.69
2026-07-17T03:39:01.4089877Z    Compiling ref-cast-impl v1.0.25
2026-07-17T03:39:01.5580698Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-17T03:39:01.5708135Z    Compiling num_enum v0.7.6
2026-07-17T03:39:01.5841003Z    Compiling iroh-base v0.98.0
2026-07-17T03:39:01.6166629Z    Compiling tower-http v0.6.11
2026-07-17T03:39:01.6239305Z    Compiling attohttpc v0.30.1
2026-07-17T03:39:01.6607632Z    Compiling toml_edit v0.22.27
2026-07-17T03:39:02.1660683Z    Compiling webpki-roots v1.0.7
2026-07-17T03:39:02.2771592Z    Compiling spt-store v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-17T03:39:02.3288152Z    Compiling regex-automata v0.4.14
2026-07-17T03:39:02.3497181Z    Compiling schemars_derive v1.2.1
2026-07-17T03:39:02.4354515Z    Compiling seize v0.5.1
2026-07-17T03:39:02.6274658Z    Compiling hmac v0.12.1
2026-07-17T03:39:02.7627501Z    Compiling iroh v0.98.2
2026-07-17T03:39:02.8780560Z    Compiling cmov v0.5.4
2026-07-17T03:39:02.9030789Z    Compiling dyn-clone v1.0.20
2026-07-17T03:39:02.9270796Z    Compiling bitflags v1.3.2
2026-07-17T03:39:02.9856522Z    Compiling rustix v0.38.44
2026-07-17T03:39:02.9917912Z    Compiling pin-utils v0.1.0
2026-07-17T03:39:03.0280788Z    Compiling filedescriptor v0.8.3
2026-07-17T03:39:03.0350638Z    Compiling nix v0.25.1
2026-07-17T03:39:03.0510984Z    Compiling hkdf v0.12.4
2026-07-17T03:39:03.0998868Z    Compiling ctutils v0.4.2
2026-07-17T03:39:03.1919085Z    Compiling papaya v0.2.4
2026-07-17T03:39:03.2450613Z    Compiling backon v1.6.0
2026-07-17T03:39:03.3640001Z    Compiling darling_macro v0.23.0
2026-07-17T03:39:03.4671594Z    Compiling serial v0.4.0
2026-07-17T03:39:03.5161425Z    Compiling anstyle-parse v1.0.0
2026-07-17T03:39:03.5380588Z    Compiling vte_generate_state_changes v0.1.2
2026-07-17T03:39:03.6431004Z    Compiling strum v0.28.0
2026-07-17T03:39:03.6787433Z    Compiling linux-raw-sys v0.4.15
2026-07-17T03:39:03.6879391Z    Compiling downcast-rs v1.2.1
2026-07-17T03:39:03.7478141Z    Compiling iroh-dns v0.98.0
2026-07-17T03:39:03.7572777Z    Compiling instability v0.3.12
2026-07-17T03:39:03.7578605Z    Compiling colorchoice v1.0.5
2026-07-17T03:39:03.7741091Z    Compiling anstyle-query v1.1.5
2026-07-17T03:39:03.8080723Z    Compiling shell-words v1.1.1
2026-07-17T03:39:03.8160257Z    Compiling anstyle v1.0.14
2026-07-17T03:39:03.8455781Z    Compiling foldhash v0.1.5
2026-07-17T03:39:03.8580454Z    Compiling is_terminal_polyfill v1.70.2
2026-07-17T03:39:03.9280978Z    Compiling vte v0.13.1
2026-07-17T03:39:03.9450570Z    Compiling darling v0.23.0
2026-07-17T03:39:03.9662827Z    Compiling signal-hook-mio v0.2.5
2026-07-17T03:39:04.0038178Z    Compiling hashbrown v0.15.5
2026-07-17T03:39:04.0535625Z    Compiling spake2 v0.4.0
2026-07-17T03:39:04.0623957Z    Compiling terminal_size v0.4.4
2026-07-17T03:39:04.1255105Z    Compiling anstream v1.0.0
2026-07-17T03:39:04.1920498Z    Compiling strum_macros v0.26.4
2026-07-17T03:39:04.2880517Z    Compiling toml v0.8.23
2026-07-17T03:39:04.4358310Z    Compiling sha1 v0.10.6
2026-07-17T03:39:04.5050978Z    Compiling schemars v1.2.1
2026-07-17T03:39:04.6250904Z    Compiling itertools v0.13.0
2026-07-17T03:39:04.7413808Z    Compiling castaway v0.2.4
2026-07-17T03:39:04.8557980Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-17T03:39:05.0308289Z    Compiling static_assertions v1.1.0
2026-07-17T03:39:05.1040692Z    Compiling clap_lex v1.1.0
2026-07-17T03:39:05.2641175Z    Compiling doctest-file v1.1.1
2026-07-17T03:39:05.4420725Z    Compiling indoc v2.0.7
2026-07-17T03:39:05.5520904Z    Compiling unicode-width v0.1.14
2026-07-17T03:39:05.6440626Z    Compiling clap_builder v4.6.0
2026-07-17T03:39:05.8253917Z    Compiling regex v1.12.3
2026-07-17T03:39:05.9059421Z    Compiling interprocess v2.4.2
2026-07-17T03:39:06.6672342Z    Compiling spt-msg v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-17T03:39:06.7070736Z    Compiling crossterm v0.28.1
2026-07-17T03:39:06.9650510Z    Compiling compact_str v0.8.2
2026-07-17T03:39:07.0678813Z    Compiling hyper v1.10.1
2026-07-17T03:39:07.1270948Z    Compiling spt-runtime v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-17T03:39:07.5206537Z    Compiling strum v0.26.3
2026-07-17T03:39:07.5881495Z    Compiling unicode-truncate v1.1.0
2026-07-17T03:39:07.6771637Z    Compiling lru v0.12.5
2026-07-17T03:39:07.7726900Z    Compiling clap_derive v4.6.1
2026-07-17T03:39:07.8049816Z    Compiling cassowary v0.3.0
2026-07-17T03:39:07.8679267Z    Compiling iana-time-zone v0.1.65
2026-07-17T03:39:07.8781087Z    Compiling unicode-width v0.2.0
2026-07-17T03:39:08.0550657Z    Compiling portable-pty v0.8.1
2026-07-17T03:39:08.0874385Z    Compiling chrono v0.4.45
2026-07-17T03:39:08.1629970Z    Compiling ratatui v0.29.0
2026-07-17T03:39:08.2251162Z    Compiling nucleo-matcher v0.3.1
2026-07-17T03:39:08.6080859Z    Compiling spt-term v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-17T03:39:08.6644056Z    Compiling qrcode v0.14.1
2026-07-17T03:39:09.1761038Z    Compiling tempfile v3.27.0
2026-07-17T03:39:09.4106300Z    Compiling hyper-util v0.1.20
2026-07-17T03:39:10.0891021Z    Compiling clap v4.6.1
2026-07-17T03:39:10.8840981Z    Compiling spt-live v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-17T03:39:11.3712379Z    Compiling igd-next v0.17.1
2026-07-17T03:39:12.4979525Z    Compiling portmapper v0.16.0
2026-07-17T03:39:16.7782001Z    Compiling rustls-webpki v0.103.13
2026-07-17T03:39:19.1155574Z    Compiling tokio-rustls v0.26.4
2026-07-17T03:39:19.1157886Z    Compiling noq-proto v0.17.0
2026-07-17T03:39:19.1158333Z    Compiling rustls-platform-verifier v0.7.0
2026-07-17T03:39:19.2636027Z    Compiling hyper-rustls v0.27.9
2026-07-17T03:39:19.2636647Z    Compiling hickory-net v0.26.0-beta.4
2026-07-17T03:39:19.2637133Z    Compiling tokio-websockets v0.13.2
2026-07-17T03:39:19.3846115Z    Compiling reqwest v0.13.4
2026-07-17T03:39:20.2552365Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-17T03:39:33.8750044Z    Compiling spt-net v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-17T03:39:35.3578797Z    Compiling spt-daemon v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-17T03:39:44.1837190Z    Compiling spt v0.36.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-17T03:39:48.9656210Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-17T03:39:48.9873291Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-1085abc89fc9eb84)
2026-07-17T03:39:48.9886205Z 
2026-07-17T03:39:55.1833030Z running 1 test
2026-07-17T03:39:55.1833393Z test new_brain_serves_against_old_broker ... ok
2026-07-17T03:39:55.1833761Z 
2026-07-17T03:39:55.1834035Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-17T03:39:55.1834406Z 
